Q3ViewPlaneCamera_GetHalfHeight
You can use theQ3ViewPlaneCamera_GetHalfHeight
function to get the half-height of the object specifying a view plane camera.
TQ3Status Q3ViewPlaneCamera_GetHalfHeight ( TQ3CameraObject camera, float *halfHeightAtViewPlane);
camera
- A view plane camera object.
halfHeightAtViewPlane
- On exit, the half-height of the cross section of the viewed object.
DESCRIPTION
TheQ3ViewPlaneCamera_GetHalfHeight
function returns, in thehalfHeightAtViewPlane
parameter, the half-height of the cross section of the viewed object of the camera specified by thecamera
parameter.